home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / comm2 / pcbmm12.zip / PCBMM.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1993-05-07  |  571b  |  70 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 1.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Integer  INTEGER001
  20.     String   STRING001
  21.  
  22. ;------------------------------------------------------------------------------
  23.  
  24.     STRING001 = PPEPath()
  25.     SaveScrn
  26.     Shell 1, INTEGER001, STRING001 + "PCBMM.EXE", ""
  27.     RestScrn
  28.     End
  29.  
  30. ;------------------------------------------------------------------------------
  31. ;
  32. ; Usage report (before postprocessing)
  33. ;
  34. ; ■ Statements used :
  35. ;
  36. ;    1       End
  37. ;    1       Let 
  38. ;    1       Shell 
  39. ;    1       SaveScrn
  40. ;    1       RestScrn
  41. ;
  42. ;
  43. ; ■ Functions used :
  44. ;
  45. ;    1       +
  46. ;    1       PPEPath()
  47. ;
  48. ;------------------------------------------------------------------------------
  49. ;
  50. ; Analysis flags : S
  51. ;
  52. ; S - Shell to DOS ■ 5
  53. ;     This may be normal if the PPE need to execute an external command,
  54. ;     but may be actually anything... nasty (formating HD, rebooting,...)
  55. ;     or usefull (sorting, maintenance,...). Check!
  56. ;     ■ Search for : SHELL
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;
  60. ; Postprocessing report
  61. ;
  62. ;    0       For/Next
  63. ;    0       While/EndWhile
  64. ;    0       If/Then or If/Then/Else
  65. ;    0       Select Case
  66. ;
  67. ;------------------------------------------------------------------------------
  68. ;                 AEGiS Corp - Break the routines, code against the machines!
  69. ;------------------------------------------------------------------------------
  70.